yt-live-chat-item-list-renderer {
background: repeating-linear-gradient(to right,
rgba(90,30,250,1) 0%,
rgba(0,120,250,1) 3%,
rgba(0,40,250,1) 5.0%,
rgba(0,150,250,1) 12.5%);
}

yt-live-chat-item-list-renderer:hover {
background: repeating-linear-gradient(to right,
rgba(120,0,120,1) 0%,
rgba(210,0,210,1) 4.5%,
rgba(120,0,120,1) 6.5%,
rgba(250,0,250,1) 12.5%);
}

yt-live-chat-item-list-renderer:active {
background: repeating-linear-gradient(to right,
rgba(180,0,0,1) 0%,
rgba(250,50,0,1) 6.5%,
rgba(180,0,0,1) 8.5%,
rgba(250,00,0,1) 12.5%);
}

html[dark],[dark] {
    --yt-spec-base-background: #0f0f0f;
    --yt-spec-raised-background: #21212100;
    --yt-spec-menu-background: #282828;
    --yt-spec-inverted-background: #f1f1f1;
    --yt-spec-additive-background: rgba(255,255,255,0.1);
}

yt-live-chat-viewer-engagement-message-renderer {display: none;}


